Leadtools.Dicom.AddIn Namespace : ThreadSafeDictionary<TKey,TValue> Class |
[DefaultMemberAttribute("Item")] public class ThreadSafeDictionary<TKey,TValue> : System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable
'Declaration <DefaultMemberAttribute("Item")> Public Class ThreadSafeDictionary (Of TKey,TValue) Implements System.Collections.Generic.ICollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IDictionary(Of TKey,TValue), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TKey,TValue)), System.Collections.IEnumerable
'Usage Dim instance As ThreadSafeDictionary(Of TKey,TValue)
public sealed class ThreadSafeDictionary<TKey,TValue> : System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, Windows.Foundation.Collections.IMap //In WinRT the IDictionary interface is replaced by IMap<TKey,TValue>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable
function Leadtools.Dicom.AddIn.ThreadSafeDictionary()
[DefaultMemberAttribute("Item")] generic<typename TKey> generic<typename TValue> public ref class ThreadSafeDictionary : public System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2